lcTIN_InterGetPoint Home

Retrieves points of intersections of TIN triangles edges with the line preliminary defined by the lcTIN_InterLine function.

 BOOL lcTIN_InterGetPoint (
   HANDLE hTIN,
   int iPnt,
   double* pX,
   double* pY,
   double* pZ
 );

Parameters
hTIN
  Handle to a TIN object.
iPnt
  Index of a point.
pX pY pZ
  Pointers to variables that will receive point coordinates.

Return Value

  If the function succeeds, the return value is nonzero (TRUE).

See Also

  Code sample